mirror of
https://github.com/lordmathis/dotfiles.git
synced 2025-11-06 01:34:22 +00:00
Update configs
This commit is contained in:
@@ -36,7 +36,8 @@ bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec rofi -show run
|
||||
bindsym $mod+d exec rofi -modi drun -show drun
|
||||
bindsym $mod+Tab exec rofi -modi window -show window
|
||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||
# installed.
|
||||
@@ -69,7 +70,7 @@ bindsym $mod+Shift+Right move right
|
||||
# split in horizontal orientation
|
||||
bindsym $mod+h split h
|
||||
|
||||
# split in vertical orientation
|
||||
# split i
|
||||
bindsym $mod+v split v
|
||||
|
||||
# enter fullscreen mode for the focused container
|
||||
@@ -136,6 +137,8 @@ bindsym $mod+b workspace back_and_forth
|
||||
bindsym $mod+comma move workspace to ouput left
|
||||
bindsym $mod+period move workspace to ouput right
|
||||
|
||||
# Screenshot
|
||||
bindsym Print exec gnome-screenshot
|
||||
|
||||
# Next | Prev worksapce
|
||||
bindsym $mod+Next workspace next
|
||||
@@ -177,8 +180,9 @@ exec --no-startup-id $HOME/bin/startconky.sh
|
||||
# Redshift
|
||||
exec --no-startup-id redshift || redshift -l 48.15:17.10
|
||||
|
||||
# Always float Nemo
|
||||
for_window [class="Nemo"] floating enable
|
||||
# Float Nemo
|
||||
bindsym $mod+Shift+n exec nemo --class floatingNemo
|
||||
for_window [class="^floatingNemo$"] floating enable
|
||||
|
||||
# Launch Nemo
|
||||
bindsym $mod+n exec nemo
|
||||
|
||||
Reference in New Issue
Block a user