commit 0a9ff23031f37fa6fae3fb30477fa38fd136a3a2 Author: kolaente Date: Mon Feb 24 22:17:44 2020 +0100 init diff --git a/config b/config new file mode 100644 index 0000000..21c0076 --- /dev/null +++ b/config @@ -0,0 +1,107 @@ +font pango:FontAwesome 8, Hack 10 +floating_modifier Mod4 +new_window normal 2 +new_float normal 2 +hide_edge_borders none +force_focus_wrapping no +focus_follows_mouse yes +focus_on_window_activation smart +mouse_warping output +workspace_layout default + +client.focused #421304 #dd9815 #421304 #421304 #421304 +client.focused_inactive #02111b #283044 #ffffff #02111b #02111b +client.unfocused #333333 #283044 #888888 #292d2e #5f819d +client.urgent #d62246 #ef476f #d4f4dd #d62246 #d62246 +client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c +client.background #1d1f21 + +bindsym Mod4+1 workspace 1 +bindsym Mod4+2 workspace 2 +bindsym Mod4+3 workspace 3 +bindsym Mod4+4 workspace 4 +bindsym Mod4+5 workspace 5 +bindsym Mod4+6 workspace 6 +bindsym Mod4+7 workspace 7 +bindsym Mod4+8 workspace 8 +bindsym Mod4+9 workspace 9 +bindsym Mod4+Backspace scratchpad show +bindsym Mod4+Down focus down +bindsym Mod4+Left focus left +bindsym Mod4+Print exec spectacle --region +bindsym Mod4+Return exec i3-sensible-terminal +bindsym Mod4+Right focus right +bindsym Mod4+Shift+1 move container to workspace 1 +bindsym Mod4+Shift+2 move container to workspace 2 +bindsym Mod4+Shift+3 move container to workspace 3 +bindsym Mod4+Shift+4 move container to workspace 4 +bindsym Mod4+Shift+5 move container to workspace 5 +bindsym Mod4+Shift+6 move container to workspace 6 +bindsym Mod4+Shift+7 move container to workspace 7 +bindsym Mod4+Shift+8 move container to workspace 8 +bindsym Mod4+Shift+9 move container to workspace 9 +bindsym Mod4+Shift+Backspace move scratchpad +bindsym Mod4+Shift+Down move down +bindsym Mod4+Shift+Left move left +bindsym Mod4+Shift+Print exec spectacle --region --clipboard --background +bindsym Mod4+Shift+Right move right +bindsym Mod4+Shift+Tab workspace prev +bindsym Mod4+Shift+Up move up +bindsym Mod4+Shift+c reload +bindsym Mod4+Shift+e exec --no-startup-id systemctl suspend && sh -c '/nix/store/0r6arw09y165kkj9xlkyy9qk5kvz5g50-i3lock-2.12/bin/i3lock -c 2e294e && sleep 5' +bindsym Mod4+Shift+h exec --no-startup-id systemctl hibernate && sh -c '/nix/store/0r6arw09y165kkj9xlkyy9qk5kvz5g50-i3lock-2.12/bin/i3lock -c 2e294e && sleep 5' +bindsym Mod4+Shift+l exec --no-startup-id systemctl exit +bindsym Mod4+Shift+q kill +bindsym Mod4+Shift+r exec --no-startup-id systemctl reboot +bindsym Mod4+Shift+s exec --no-startup-id systemctl poweroff +bindsym Mod4+Shift+space floating toggle +bindsym Mod4+Tab workspace next +bindsym Mod4+Up focus up +bindsym Mod4+d exec /nix/store/5r3x5lid24v3hh095v9vnp3fs12dc9sf-dmenu-4.9/bin/dmenu_run +bindsym Mod4+e layout toggle split +bindsym Mod4+f fullscreen toggle +bindsym Mod4+h split h +bindsym Mod4+l exec sh -c '/nix/store/0r6arw09y165kkj9xlkyy9qk5kvz5g50-i3lock-2.12/bin/i3lock -c 2e294e && sleep 5' +bindsym Mod4+p exec systemctl --user restart polybar +bindsym Mod4+r mode resize +bindsym Mod4+s layout stacking +bindsym Mod4+space focus mode_toggle +bindsym Mod4+v split v +bindsym Mod4+w layout tabbed +bindsym XF86AudioLowerVolume exec amixer sset 'Master' 5%- +bindsym XF86AudioMute exec amixer sset 'Master' toggle +bindsym XF86AudioNext exec playerctl next +bindsym XF86AudioPause exec playerctl play-pause +bindsym XF86AudioPlay exec playerctl play-pause +bindsym XF86AudioPrev exec playerctl previous +bindsym XF86AudioRaiseVolume exec amixer sset 'Master' 5%+ +bindsym XF86MonBrightnessDown exec brightnessctl s 20%- +bindsym XF86MonBrightnessUp exec brightnessctl s +20% + +mode "resize" { +bindsym Down resize grow height 10 px or 10 ppt +bindsym Escape mode default +bindsym Left resize shrink width 10 px or 10 ppt +bindsym Return mode default +bindsym Right resize grow width 10 px or 10 ppt +bindsym Up resize shrink height 10 px or 10 ppt +} + + + + + + +exec xrandr --output VGA-0 --auto --left-of HDMI-0 + +exec_always --no-startup-id systemctl --user restart polybar + +exec feh --bg-fill ~/Pictures/Wallpaper/william-bout-1227405-unsplash.jpg + +exec_always --no-startup-id setxkbmap -layout de + +exec_always --no-startup-id setxkbmap -option 'grp:alt_shift_toggle' + +exec_always --no-startup-id nm-applet + +