diff options
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 166 |
1 files changed, 166 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config new file mode 100644 index 0000000..260fc91 --- /dev/null +++ b/.config/i3/config @@ -0,0 +1,166 @@ +##### i3 config + +set $mod Mod4 +floating_modifier $mod + + +##### Bindings + +bindsym $mod+Shift+c reload +bindsym $mod+Shift+r restart +bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+q kill +bindsym $mod+Escape exec betterlockscreen -l dim +bindsym $mod+Return exec alacritty +bindsym $mod+b exec firefox +bindsym $mod+e exec pcmanfm +bindsym $mod+f fullscreen toggle + +# Rofi +bindsym $mod+d exec rofi -show drun -show-icons -theme rofi +bindsym $mod+Tab exec rofi -show window -show-icons -theme rofi +bindsym Mod1+b exec rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}' -show-icons -theme rofi + +# Media keys +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle +bindsym XF86AudioPlay exec playerctl play-pause +bindsym XF86AudioNext exec playerctl next +bindsym XF86AudioPrev exec playerctl previous + +# Change focus +bindsym $mod+h focus left +bindsym $mod+j focus down +bindsym $mod+k focus up +bindsym $mod+l focus right + +# Move focused window +bindsym $mod+Shift+h move left +bindsym $mod+Shift+j move down +bindsym $mod+Shift+k move up +bindsym $mod+Shift+l move right +bindsym $mod+a focus parent # Focus the parent container +bindsym $mod+Shift+t focus mode_toggle # Focus tiled / floating windows + +# Window orientation +bindsym $mod+g split h +bindsym $mod+v split v +bindsym $mod+t layout toggle tabbed splith splitv +bindsym $mod+Shift+f floating toggle + +# Define names for default workspaces for which we configure key bindings later on. +# We use variables to avoid repeating the names in multiple places. +set $ws1 "1" +set $ws2 "2" +set $ws3 "3" +set $ws4 "4" +set $ws5 "5" +set $ws6 "6" +set $ws7 "7" +set $ws8 "8" +set $ws9 "9" +set $ws10 "10" + +# switch to workspace +bindsym $mod+1 workspace number $ws1 +bindsym $mod+2 workspace number $ws2 +bindsym $mod+3 workspace number $ws3 +bindsym $mod+4 workspace number $ws4 +bindsym $mod+5 workspace number $ws5 +bindsym $mod+6 workspace number $ws6 +bindsym $mod+7 workspace number $ws7 +bindsym $mod+8 workspace number $ws8 +bindsym $mod+9 workspace number $ws9 +bindsym $mod+0 workspace number $ws10 + +# move focused container to workspace +bindsym $mod+Shift+1 move container to workspace number $ws1 +bindsym $mod+Shift+2 move container to workspace number $ws2 +bindsym $mod+Shift+3 move container to workspace number $ws3 +bindsym $mod+Shift+4 move container to workspace number $ws4 +bindsym $mod+Shift+5 move container to workspace number $ws5 +bindsym $mod+Shift+6 move container to workspace number $ws6 +bindsym $mod+Shift+7 move container to workspace number $ws7 +bindsym $mod+Shift+8 move container to workspace number $ws8 +bindsym $mod+Shift+9 move container to workspace number $ws9 +bindsym $mod+Shift+0 move container to workspace number $ws10 + + +mode "Resize Mode" { + bindsym h resize shrink width 6 px or 6 ppt + bindsym j resize shrink height 6 px or 6 ppt + bindsym k resize grow height 6 px or 6 ppt + bindsym l resize grow width 6 px or 6 ppt + + bindsym Shift+h resize shrink width 12 px or 12 ppt + bindsym Shift+j resize shrink height 12 px or 12 ppt + bindsym Shift+k resize grow height 12 px or 12 ppt + bindsym Shift+l resize grow width 12 px or 12 ppt + + bindsym minus gaps inner current minus 6 + bindsym plus gaps inner current plus 6 + bindsym Shift+minus gaps inner current minus 12 + bindsym Shift+plus gaps inner current plus 12 + + bindsym Return mode "default" + bindsym Escape mode "default" + bindsym $mod+r mode "default" +} +bindsym $mod+r mode "Resize Mode" + + +##### Appearance + +font pango:Source Code Pro Medium 11 + +gaps inner 5 +gaps outer 0 +default_border pixel 2 +default_floating_border pixel 2 + +smart_gaps on +hide_edge_borders smart +popup_during_fullscreen smart +focus_follows_mouse no + + +##### Force floating windows + +floating_maximum_size -1 x -1 +for_window [class="floating_window"] floating enable +for_window [window_role="pop-up"] floating enable +for_window [window_role="About"] floating enable + +for_window [window_role="gnome-calculator"] floating enable +for_window [title="GNOME Tweaks"] floating enable + +# Jetbrains +for_window [class="^com-intellij-updater-Runner$" title="^Update$"] floating enable +for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"] floating enable + +# Unity +for_window [class="^Unity$" title="^Starting Unity...$"] floating enable +for_window [class="^Unity$" title="^Hold On$"] floating enable +for_window [class="^Unity$" title="^Preparing Package$"] floating enable +for_window [class="^Unity$" title="^Importing Package$"] floating enable + +# Steam https://github.com/ValveSoftware/steam-for-linux/issues/1040 +for_window [title="Friends List"] floating enable +for_window [class="^Steam$" title="^Friends$"] floating enable +for_window [class="^Steam$" title="Steam - News"] floating enable +for_window [title="Steam - News"] floating enable +for_window [class="^Steam$" title=".* - Chat"] floating enable +for_window [class="^Steam$" title="^Settings$"] floating enable +for_window [class="^Steam$" title=".* - event started"] floating enable +for_window [class="^Steam$" title=".* CD key"] floating enable +for_window [class="^Steam$" title="^Steam - Self Updater$"] floating enable +for_window [class="^Steam$" title="^Screenshot Uploader$"] floating enable +for_window [title="Steam Guard - Computer Authorization Required"] floating enable +for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Required$"] floating enable +for_window [title="^Steam Keyboard$"] floating enable + + +##### Exec + +exec_always --no-startup-id $HOME/.config/polybar/launch.sh |