]> src.twobees.de Git - dotfiles.git/blobdiff - stow/i3/.config/i3/config
../..
[dotfiles.git] / stow / i3 / .config / i3 / config
index 5d932f93e1d8b221a23982642ccb47de3646b61e..9c66e0671f646f30a86dbe7b50ece93629c815e5 100644 (file)
@@ -38,12 +38,11 @@ exec --no-startup-id /usr/bin/firefox
 # exec --no-startup-id /usr/bin/x2goclient
 exec --no-startup-id "sleep 10; /usr/bin/nextcloud"
 exec --no-startup-id "sleep 12; /usr/bin/pass git pull"
-exec --no-startup-id nitrogen --restore
-exec --no-startup-id "/usr/bin/setxkbmap -layout us,de"
-exec --no-startup-id "/usr/bin/setxkbmap -option 'grp:alt_shift_toggle'"
+exec --no-startup-id nitrogen --set-zoom-fill --random ~/.walls/
+exec --no-startup-id "/usr/bin/setxkbmap -option grp:alt_shift_toggle us,de"
 
-default_border pixel 2
-default_floating_border pixel 7
+default_border pixel 
+default_floating_border pixel 
 
 
 
@@ -57,9 +56,11 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
 # Use Mouse+$mod to drag floating windows to their wanted position
 floating_modifier $mod
 
-bindsym $mod+Return exec /usr/bin/i3-sensible-terminal
+bindsym $mod+Return exec ~/.bin/sensible-terminal.sh
+bindsym $mod+Shift+d exec /usr/bin/dolphin
+bindsym $mod+Shift+f exec firefox
 # start a terminal
-# use default and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal
+# use hefault and hope for the best. ... # bindsym $mod+Return exec /usr/bin/gnome-terminal
 
 # kill focused window
 bindsym $mod+Shift+q kill
@@ -181,10 +182,10 @@ mode "resize" {
         # Pressing right will grow the window’s width.
         # Pressing up will shrink the window’s height.
         # Pressing down will grow the window’s height.
-        bindsym j resize shrink width 10 px or 10 ppt
-        bindsym k resize grow height 10 px or 10 ppt
-        bindsym l resize shrink height 10 px or 10 ppt
-        bindsym semicolon resize grow width 10 px or 10 ppt
+        bindsym h resize shrink width 10 px or 10 ppt
+        bindsym j resize grow height 10 px or 10 ppt
+        bindsym k resize shrink height 10 px or 10 ppt
+        bindsym l resize grow width 10 px or 10 ppt
 
         # same bindings, but for the arrow keys
         bindsym Left resize shrink width 10 px or 10 ppt