Adding libinput and some various changes
This commit is contained in:
parent
f7c99edabb
commit
ed47a44b2b
14 changed files with 248 additions and 14 deletions
12
sway/config
12
sway/config
|
@ -58,6 +58,7 @@ border_images.urgent /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
|||
|
||||
font pango: VictorMono Nerd Font 10
|
||||
titlebar_border_thickness 1
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
# Basics:
|
||||
|
@ -71,9 +72,10 @@ titlebar_border_thickness 1
|
|||
# Start your launcher
|
||||
bindsym Menu exec $menu
|
||||
bindsym $mod+Menu exec rofi -no-lazy-grab -show run -modi run | xargs swaymsg exec --
|
||||
bindsym $mod+s exec filesearch
|
||||
|
||||
#Pass
|
||||
bindsym $mod+p exec rofi-rbw
|
||||
bindsym $mod+p exec rofi-pass
|
||||
|
||||
# Screenshot
|
||||
bindsym Print exec grim -g "${slurp}" - | wl-copy
|
||||
|
@ -150,7 +152,7 @@ titlebar_border_thickness 1
|
|||
bindsym $mod+v splitv
|
||||
|
||||
# Switch the current container between different layout styles
|
||||
bindsym $mod+s layout stacking
|
||||
bindsym $mod+t layout stacking
|
||||
bindsym $mod+w layout tabbed
|
||||
bindsym $mod+e layout toggle split
|
||||
|
||||
|
@ -225,7 +227,7 @@ mode "$mode_launcher" {
|
|||
bindsym e exec emacsclient -c -a emacs &
|
||||
bindsym b exec qutebrowser
|
||||
bindsym a exec emacsclient -c -e '(org-agenda)'
|
||||
bindsym i exec emacsclient -c -e '(mu4e)'
|
||||
bindsym m exec emacsclient -c -e '(mu4e)'
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
|
@ -239,11 +241,15 @@ bar {
|
|||
workspace_buttons yes
|
||||
}
|
||||
|
||||
|
||||
for_window [app_id="mpv"] floating enable
|
||||
for_window [app_id="imv"] floating enable
|
||||
for_window [app_id="dolphin"] floating enable
|
||||
for_window [app_id="pulsemixer"] floating enable
|
||||
for_window [app_id="qutebrowser"] move container to workspace number 2
|
||||
for_window [app_id="qutebrowser"] opacity 1
|
||||
for_window [app_id="emacs"] opacity 0.95
|
||||
#for_window [app_id="__focused__"] opacity 1
|
||||
|
||||
exec emacs --daemon
|
||||
exec mako
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue