diff --git a/i3/config b/i3/config index 15315dc..6ee075b 100644 --- a/i3/config +++ b/i3/config @@ -46,7 +46,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill @@ -54,10 +54,9 @@ bindsym $mod+Shift+q kill # custom bindings # start dmenu (a program launcher) bindsym $mod+d exec "rofi -combi-modi window,drun -show combi -modi combi -show-icons" -bindsym $mod+p exec rofi-pass -bindsym --release Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-clipboard.sh -bindsym $mod+Print exec --no-startup-id /home/frosty/.scripts/screenshot-to-file.sh -bindsym $mod+Shift+c exec --no-startup-id ~/Programs/Rust/UnifiedCopyPaste/scripts/rofi-clipboard-selector.sh +bindsym $mod+p exec bwmenu +bindsym --release Print exec --no-startup-id ~/.config/scripts/screenshot-to-clipboard.sh +bindsym $mod+Print exec --no-startup-id ~/.config/scripts/screenshot-to-file.sh bindsym $mod+x [urgent=latest] focus bindsym $mod+c exec "rofi -show calc -modi calc -no-show-match -no-sort" # Make the currently focused window a scratchpad @@ -104,7 +103,7 @@ bindsym $mod+s layout stacking bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split -bindsym $mod+Home exec /home/frosty/.config/i3/lock.sh +bindsym $mod+Home exec ~/.config/i3/lock.sh # toggle tiling / floating bindsym $mod+Shift+space floating toggle @@ -214,5 +213,5 @@ hide_edge_borders none gaps inner 0 gaps outer 0 -exec_always --no-startup-id /home/frosty/.config/dunst/start.sh -exec_always --no-startup-id /home/frosty/.config/polybar/launch.sh +exec_always --no-startup-id ~/.config/dunst/start.sh +exec_always --no-startup-id ~/.config/polybar/launch.sh