Compare commits
No commits in common. "8edde757b6187e0cf425a53b435454ed640766e5" and "aea76af9b8660c4412913ffa9f046d2d6a94e74c" have entirely different histories.
8edde757b6
...
aea76af9b8
2 changed files with 5 additions and 2 deletions
|
@ -51,8 +51,11 @@ bindsym $mod+Shift+o exec mimeo $(wl-paste)
|
||||||
# turn on and off internal screen
|
# turn on and off internal screen
|
||||||
bindsym --locked XF86Search output eDP-1 toggle
|
bindsym --locked XF86Search output eDP-1 toggle
|
||||||
|
|
||||||
|
# FZF
|
||||||
# exit menu
|
# exit menu
|
||||||
bindsym $mod+Shift+e exec $term --app-id fzf-launcher --login-shell /bin/sh -c "$scripts/exit.sh"
|
bindsym $mod+Shift+e exec $term --class fzf-launcher -e $scripts/exit.sh
|
||||||
|
# password manager
|
||||||
|
bindsym $mod+p exec $term --class fzf-launcher --title "FZF pass" -e sh -c fzf-pass
|
||||||
|
|
||||||
# launch a program
|
# launch a program
|
||||||
bindsym $mod+d exec wofi
|
bindsym $mod+d exec wofi
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
# vim:ft=i3config
|
# vim:ft=i3config
|
||||||
|
|
||||||
exec {
|
exec {
|
||||||
foot -s
|
|
||||||
$scripts/idle.sh
|
$scripts/idle.sh
|
||||||
autotiling
|
autotiling
|
||||||
redshift-gtk -m wayland
|
redshift-gtk -m wayland
|
||||||
|
@ -16,6 +15,7 @@ exec {
|
||||||
gnome-keyring-daemon --start --components=secrets
|
gnome-keyring-daemon --start --components=secrets
|
||||||
mpDris2
|
mpDris2
|
||||||
swaymsg workspace 1
|
swaymsg workspace 1
|
||||||
|
foot -s
|
||||||
}
|
}
|
||||||
|
|
||||||
exec_always {
|
exec_always {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue