mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
Changed font for dmenu
This commit is contained in:
parent
383d9dc6eb
commit
6d6049ad69
@ -15,7 +15,7 @@ bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf '#03A9F4' -sb '#E91E63' -sf '#FFCDD2' -fn 'NimbusSans:bold:pixelsize=20'
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf '#03A9F4' -sb '#E91E63' -sf '#FFCDD2' -fn 'SF Pro Display:semibold:fixed:pixelsize=18'
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
@ -101,9 +101,9 @@ bindsym $mod+Shift+9 move container to workspace $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c exec "sh ~/.config/i3/i3wm-config-gen.sh"; reload
|
||||
bindsym $mod+Shift+c exec "sh ~/.config/i3/i3wm-config-gen.sh" ; reload
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+Shift+r exec "sh ~/.config/i3/i3wm-config-gen.sh"; restart
|
||||
bindsym $mod+Shift+r exec "sh ~/.config/i3/i3wm-config-gen.sh" ; restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
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'"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user