adds tofi
This commit is contained in:
		@@ -13,6 +13,8 @@ exec-once = nm-applet --indicator &
 | 
			
		||||
exec-once = bash -c "mkfifo /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob && tail -f /tmp/$HYPRLAND_INSTANCE_SIGNATURE.wob | wob -c ~/.config/hypr/wob.ini & disown" &
 | 
			
		||||
exec-once = /usr/lib/polkit-kde-authentication-agent-1 &
 | 
			
		||||
 | 
			
		||||
exec-once = waypaper --restore
 | 
			
		||||
 | 
			
		||||
# ## Slow app launch fix
 | 
			
		||||
exec-once = systemctl --user import-environment &
 | 
			
		||||
exec-once = hash dbus-update-activation-environment 2>/dev/null &
 | 
			
		||||
 
 | 
			
		||||
@@ -8,8 +8,8 @@ source = ~/.config/hypr/config/colors.conf
 | 
			
		||||
 | 
			
		||||
decoration {
 | 
			
		||||
    active_opacity = 1
 | 
			
		||||
    inactive_opacity = 0.8
 | 
			
		||||
    rounding = 4
 | 
			
		||||
    inactive_opacity = 0.6
 | 
			
		||||
    rounding = 6
 | 
			
		||||
 | 
			
		||||
    # https://wiki.hyprland.org/0.45.0/Configuring/Variables/#blur
 | 
			
		||||
    blur {
 | 
			
		||||
@@ -24,5 +24,4 @@ decoration {
 | 
			
		||||
        enabled = true
 | 
			
		||||
        range = 10
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,8 @@
 | 
			
		||||
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
 | 
			
		||||
 | 
			
		||||
$filemanager = dolphin
 | 
			
		||||
$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
 | 
			
		||||
$applauncher = tofi-drun --drun-launch=true
 | 
			
		||||
#$applauncher = rofi -show combi -modi window,run,combi -combi-modi window,run
 | 
			
		||||
$terminal = alacritty
 | 
			
		||||
$idlehandler = swayidle -w timeout 300 'swaylock -f -c 000000' before-sleep 'swaylock -f -c 000000'
 | 
			
		||||
$capturing = grim -g "$(slurp)" - | swappy -f -
 | 
			
		||||
 
 | 
			
		||||
@@ -141,6 +141,14 @@ bindd = $mainMod, equal, Toggles the Special workspace, togglespecialworkspace,
 | 
			
		||||
bindd = $mainMod, F1, Call special workspace scratchpad, togglespecialworkspace, scratchpad
 | 
			
		||||
bindd = $mainMod ALT SHIFT, F1, Move active window to special workspace scratchpad, movetoworkspacesilent, special:scratchpad
 | 
			
		||||
 | 
			
		||||
# ======= Screenshot =======
 | 
			
		||||
# Screenshot a window
 | 
			
		||||
bind = $mainMod, PRINT, exec, hyprshot -m window
 | 
			
		||||
# Screenshot a monitor
 | 
			
		||||
bind = , PRINT, exec, hyprshot -m output
 | 
			
		||||
# Screenshot a region
 | 
			
		||||
bind = $shiftMod, PRINT, exec, hyprshot -m region
 | 
			
		||||
 | 
			
		||||
# ======= Additional Settings =======
 | 
			
		||||
 | 
			
		||||
# https://wiki.hyprland.org/Configuring/Binds
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user