A lot of random changes including qutebrowser search engine
This commit is contained in:
parent
75186b40a8
commit
5cb9d4ec56
13 changed files with 35 additions and 19 deletions
18
sway/config
18
sway/config
|
@ -9,7 +9,7 @@ set $up k
|
|||
set $right l
|
||||
|
||||
set $term alacritty
|
||||
set $menu wofi --show drun | xargs swaymsg exec --
|
||||
set $menu rofi -no-lazy-grab -show drun -modi drun | xargs swaymsg exec --
|
||||
|
||||
### Output configuration
|
||||
output * bg ~/Pictures/wallpapers/RoyalKing.png fill
|
||||
|
@ -45,12 +45,17 @@ input type:touchpad {
|
|||
}
|
||||
|
||||
### Style
|
||||
gaps outer 15
|
||||
gaps outer 10
|
||||
gaps inner 20
|
||||
#smart_gaps on
|
||||
|
||||
default_border none
|
||||
|
||||
border_images.focused /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
border_images.focused_inactive /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
border_images.unfocused /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
border_images.urgent /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
|
||||
|
||||
font pango: VictorMono Nerd Font 10
|
||||
titlebar_border_thickness 1
|
||||
### Key bindings
|
||||
|
@ -65,10 +70,10 @@ titlebar_border_thickness 1
|
|||
|
||||
# Start your launcher
|
||||
bindsym Menu exec $menu
|
||||
bindsym $mod+Menu exec wofi --show run | xargs swaymsg exec --
|
||||
bindsym $mod+Menu exec rofi -no-lazy-grab -show run -modi run | xargs swaymsg exec --
|
||||
|
||||
#Pass
|
||||
bindsym $mod+p exec wofipass
|
||||
bindsym $mod+p exec rofi-rbw
|
||||
|
||||
# Screenshot
|
||||
bindsym Print exec grim -g "${slurp}" - | wl-copy
|
||||
|
@ -214,6 +219,8 @@ bindsym $mod+r mode "resize"
|
|||
set $mode_launcher Launcher
|
||||
bindsym $mod+o mode "$mode_launcher"
|
||||
|
||||
bindsym $mod+Ctrl+m exec makoctl dismiss -a
|
||||
|
||||
mode "$mode_launcher" {
|
||||
bindsym e exec emacsclient -c -a emacs &
|
||||
bindsym b exec qutebrowser
|
||||
|
@ -235,7 +242,8 @@ bar {
|
|||
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="emacs"] opacity 0.90
|
||||
for_window [app_id="qutebrowser"] move container to workspace number 2
|
||||
for_window [app_id="emacs"] opacity 0.95
|
||||
|
||||
exec emacs --daemon
|
||||
exec mako
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue