mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
switch file manager to nautilus
This commit is contained in:
parent
0a3cdb8003
commit
bc4662d90f
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user