From bc4662d90f9943616f456086db44baeb1c2ee05a Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Thu, 17 Jun 2021 22:38:07 +0200 Subject: [PATCH] switch file manager to nautilus --- README.md | 4 ++++ i3/config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f312475..8f17014 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,7 @@ Some things are handled by window class/title or have custom resolutions set, th - xprop -> displays static xwindow info including Window class - xwininfo -> displays xwindow info including current size/position + +## getting icons + +Copy/paste icons from this url: [https://fontawesome.com/v5/cheatsheet](https://fontawesome.com/v5/cheatsheet) diff --git a/i3/config b/i3/config index 6ae45df..0e42daf 100644 --- a/i3/config +++ b/i3/config @@ -119,7 +119,7 @@ bindsym $mod+shift+l exec /bin/bash ~/.config/i3/scripts/suspend.sh # Application Keys # ############################################ bindsym $mod+Return exec xfce4-terminal # terminal -bindsym $mod+e exec xfce4-terminal -e ranger # File manager +bindsym $mod+e exec nautilus # File manager bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot bindsym $mod+Print exec flameshot gui # Show screenshot window bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh