update i3 config

master
Rostyslav Hnatyshyn 2 weeks ago
parent e62df20a33
commit 2e50372c0e
  1. 15
      i3/config

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

Loading…
Cancel
Save