Compare commits
11 commits
ed517f6ad4
...
ea5125c0a9
Author | SHA1 | Date | |
---|---|---|---|
ea5125c0a9 | |||
d4df4dbcf5 | |||
821718c523 | |||
2f42c4ba29 | |||
4afd09afb2 | |||
19a8499fbb | |||
0060161234 | |||
ce0202421d | |||
beead30178 | |||
4db0e59ca9 | |||
0e5ec9f81f |
5 changed files with 21 additions and 18 deletions
3
.config/nautilus/scripts-accels
Normal file
3
.config/nautilus/scripts-accels
Normal file
|
@ -0,0 +1,3 @@
|
|||
; Example Keybinds
|
||||
; Modifiers: <Control> <Alt> <Shift>
|
||||
F4 Open terminal here
|
|
@ -109,7 +109,7 @@ input * {
|
|||
bindsym $mod+m workspace number 1
|
||||
bindsym $mod+comma workspace number 2
|
||||
bindsym $mod+period workspace number 3
|
||||
# bindsym $mod+4 workspace number 4
|
||||
bindsym $mod+apostrophe workspace number 4
|
||||
# bindsym $mod+5 workspace number 5
|
||||
# bindsym $mod+6 workspace number 6
|
||||
# bindsym $mod+7 workspace number 7
|
||||
|
@ -120,33 +120,30 @@ input * {
|
|||
bindsym $mod+Shift+m move container to workspace number 1
|
||||
bindsym $mod+Shift+comma move container to workspace number 2
|
||||
bindsym $mod+Shift+period move container to workspace number 3
|
||||
# bindsym $mod+Shift+4 move container to workspace number 4
|
||||
bindsym $mod+Shift+apostrophe move container to workspace number 4
|
||||
# bindsym $mod+Shift+5 move container to workspace number 5
|
||||
# bindsym $mod+Shift+6 move container to workspace number 6
|
||||
# bindsym $mod+Shift+7 move container to workspace number 7
|
||||
# bindsym $mod+Shift+8 move container to workspace "8: comms"
|
||||
# bindsym $mod+Shift+9 move container to workspace "9: media"
|
||||
# bindsym $mod+Shift+0 move container to workspace number 10
|
||||
#
|
||||
|
||||
# Layout stuff:
|
||||
#
|
||||
bindsym $mod+w layout toggle split tabbed stacking
|
||||
bindsym $mod+e layout toggle split
|
||||
bindsym $mod+v split toggle
|
||||
bindsym $mod+a focus parent
|
||||
bindsym $mod+Shift+a focus child
|
||||
|
||||
bindsym $mod+s sticky toggle
|
||||
|
||||
# Make the current focus fullscreen
|
||||
bindsym $mod+g layout toggle splitv splith stacking tabbed
|
||||
bindsym $mod+Shift+g split v
|
||||
|
||||
bindsym $mod+f fullscreen
|
||||
|
||||
# Toggle the current focus between tiling and floating mode
|
||||
bindsym $mod+Shift+space floating toggle
|
||||
|
||||
# Swap focus between the tiling area and the floating area
|
||||
bindsym $mod+space focus mode_toggle
|
||||
|
||||
# Move focus to the parent container
|
||||
bindsym $mod+a focus parent
|
||||
bindsym $mod+Shift+a focus child
|
||||
#
|
||||
# Scratchpad:
|
||||
#
|
||||
|
@ -206,9 +203,9 @@ bar {
|
|||
}
|
||||
}
|
||||
|
||||
client.focused $accent $accent $background $accentish
|
||||
client.focused_inactive $muted $muted $background
|
||||
client.unfocused $backgroundish $backgroundish $foreground
|
||||
client.focused $accent $accent $background $accentish
|
||||
client.focused_inactive $muted $muted $background
|
||||
client.unfocused $accent $backgroundish $foreground
|
||||
titlebar_border_thickness 1
|
||||
|
||||
bindsym $mod+z exec swaync-client --close-latest
|
||||
|
@ -229,7 +226,7 @@ bindsym --locked XF86AudioNext exec 'playerctl next'
|
|||
bindsym --locked XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
|
||||
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
|
||||
|
||||
default_border pixel 10
|
||||
default_border pixel 4
|
||||
|
||||
focus_follows_mouse no
|
||||
|
||||
|
@ -264,3 +261,4 @@ exec "pgrep -x goimapnotify >/dev/null || goimapnotify -conf ~/.config/imapnotif
|
|||
|
||||
exec "foot --app-id=neomutt neomutt"
|
||||
exec telegram-desktop
|
||||
exec "gnome-keyring-daemon --foreground --components=pkcs11,secrets,ssh"
|
||||
|
|
|
@ -1 +1 @@
|
|||
rose-pine
|
||||
rose-pine-dawn
|
2
.local/share/nautilus/scripts/Open terminal here
Executable file
2
.local/share/nautilus/scripts/Open terminal here
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec footclient
|
2
.zshrc
2
.zshrc
|
@ -41,7 +41,7 @@ alias ssh='TERM=xterm-256color ssh'
|
|||
alias e="$EDITOR"
|
||||
alias r="trash -r"
|
||||
|
||||
alias a='pcmanfm --new-win "$(pwd)" &; disown'
|
||||
alias a='nohup nautilus "$(pwd)" >/dev/null &; disown'
|
||||
|
||||
alias g='git'
|
||||
alias gc='git commit'
|
||||
|
|
Loading…
Reference in a new issue