diff options
Diffstat (limited to 'cfg/i3')
| -rw-r--r-- | cfg/i3/config | 24 |
1 files changed, 5 insertions, 19 deletions
diff --git a/cfg/i3/config b/cfg/i3/config index ba56bfb..621c979 100644 --- a/cfg/i3/config +++ b/cfg/i3/config @@ -3,15 +3,11 @@ # <jstmaxlol at disroot dot org> # =============================== -# ------------------------- # mod key -# ------------------------- set $mod Mod4 set $mod_alt Mod1 -# ------------------------- # defaults -# ------------------------- #set $term alacritty set $term kitty set $shell fish @@ -24,9 +20,7 @@ set $jfont_size 9 # RES BEFORE ANYTHING exec --no-startup-id x11-32-res -# ------------------------ # system & controls -# ------------------------ bindsym $mod+BackSpace exec jmdmenu run bindsym $mod_alt+Space exec jmdmenu run bindsym $mod+Shift+BackSpace exec jmdmenu raw @@ -55,11 +49,13 @@ bindsym XF86AudioMute exec pamixer -t bindsym XF86AudioMicMute exec pamixer --default-source -t # stuff bindsym $mod+Shift+Escape exec io.missioncenter.MissionCenter -bindsym $mod+End exec boomer +bindsym $mod+Shift+equal exec boomer +bindsym $mod_alt+equal exec boomer +# clipboard screenshot +bindsym $mod+Shift+s exec maim -s | xclip -selection clipboard -t image/png +bindsym Ctrl+Shift+Home exec maim -s | xclip -selection clipboard -t image/png -# ------------------------- # window management -# ------------------------- workspace_layout tabbed for_window [floating] resize set 700 450 @@ -88,9 +84,7 @@ bindsym $mod+Ctrl+Shift+Tab focus prev bindsym $mod+Tab exec i3-msg workspace next_on_output bindsym $mod+Shift+Tab exec i3-msg workspace prev_on_output -# ------------------------- # workspaces -# ------------------------- set $ws1 "1一" set $ws2 "2二" set $ws3 "3三" @@ -121,15 +115,11 @@ bindsym $mod+Shift+7 move container to workspace $ws7; workspace $ws7 bindsym $mod+Shift+8 move container to workspace $ws8; workspace $ws8 bindsym $mod+Shift+9 move container to workspace $ws9; workspace $ws9 -# ------------------------- # i dont know where to put this crap -# ------------------------- focus_follows_mouse yes floating_modifier $mod -# ------------------------- # borders / titlebars -# ------------------------- font pango:$jfont $jfont_size client.focused #f82323 #0f0f0f #f82323 #0f0f0f client.focused_inactive #0f0f0f #0f0f0f #f82323 #0f0f0f @@ -153,9 +143,7 @@ bar { } } -# ------------------------- # startup -# ------------------------- exec --no-startup-id export GTK_USE_PORTAL=0 exec --no-startup-id export XDG_CURRENT_DESKTOP=GNOME exec --no-startup-id sudo systemctl --user mask xdg-desktop-portal-kde.service @@ -174,9 +162,7 @@ exec --no-startup-id setxkbmap -option caps:escape # compose key exec --no-startup-id setxkbmap -option compose:ralt -# ------------------------- # reload / restart / exit -# ------------------------- bindsym $mod+Shift+r restart bindsym $mod+Shift+e exit bindsym $mod+l exec slock |