Update
This commit is contained in:
@@ -19,7 +19,7 @@ bindsym $mod+Return exec --no-startup-id alacritty
|
|||||||
bindsym $mod+Ctrl+Return exec --no-startup-id xterm
|
bindsym $mod+Ctrl+Return exec --no-startup-id xterm
|
||||||
|
|
||||||
# Leaving
|
# Leaving
|
||||||
bindsym $mod+Shift+BackSpace exec "~/scripts/lock.sh"
|
bindsym $mod+Shift+BackSpace exec "xlock -mode pacman -info ''"
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Logout?' -B 'Yes!' 'i3-msg exit'"
|
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Logout?' -B 'Yes!' 'i3-msg exit'"
|
||||||
|
|
||||||
# Config refresh
|
# Config refresh
|
||||||
@@ -61,7 +61,7 @@ bindsym $mod+p workspace prev
|
|||||||
|
|
||||||
set $fg '#ffffff'
|
set $fg '#ffffff'
|
||||||
set $bg '#000000'
|
set $bg '#000000'
|
||||||
bindsym $mod+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -p 'run ' -h 27 -nb $bg -sb $fg -nf $fg -sf $bg"
|
bindsym $mod+d exec "dmenu_run -fn 'FiraCode Nerd Font Mono' -p 'run ' -nb $bg -sb $fg -nf $fg -sf $bg"
|
||||||
|
|
||||||
# Screenhot
|
# Screenhot
|
||||||
bindsym $mod+Shift+p exec "flameshot gui"
|
bindsym $mod+Shift+p exec "flameshot gui"
|
||||||
@@ -151,6 +151,9 @@ set $monitor_2 "DP-1"
|
|||||||
workspace $ws1 output $monitor_1
|
workspace $ws1 output $monitor_1
|
||||||
workspace $ws10 output $monitor_2
|
workspace $ws10 output $monitor_2
|
||||||
|
|
||||||
|
bindsym $mod+Ctrl+1 move workspace to output $monitor_1
|
||||||
|
bindsym $mod+Ctrl+2 move workspace to output $monitor_2
|
||||||
|
|
||||||
# ============================== Design
|
# ============================== Design
|
||||||
# Remove title
|
# Remove title
|
||||||
new_window 1pixel
|
new_window 1pixel
|
||||||
@@ -168,7 +171,7 @@ client.unfocused $termbg $termbg #ffffff $termbg $termbg
|
|||||||
client.urgent $red $red #ffffff $red $red
|
client.urgent $red $red #ffffff $red $red
|
||||||
client.background #ffffff
|
client.background #ffffff
|
||||||
|
|
||||||
gaps inner 8
|
gaps inner 0
|
||||||
|
|
||||||
# ============================== Start
|
# ============================== Start
|
||||||
# Keyboard layout
|
# Keyboard layout
|
||||||
|
|||||||
Reference in New Issue
Block a user