adds tofi
This commit is contained in:
parent
6201c42079
commit
11217a47a8
@ -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
|
||||
|
28
.config/tofi/config
Normal file
28
.config/tofi/config
Normal file
@ -0,0 +1,28 @@
|
||||
font = Fanwood Text
|
||||
font-size = 32
|
||||
|
||||
outline-width = 0
|
||||
border-width = 0
|
||||
padding-left = 34%
|
||||
padding-top = 22%
|
||||
padding-right = 0
|
||||
padding-bottom = 0
|
||||
|
||||
background-color = #111
|
||||
text-color = #f9fbff
|
||||
selection-color = #933
|
||||
|
||||
width = 100%
|
||||
height = 100%
|
||||
|
||||
hide-cursor = true
|
||||
text-color = #cdd6f4
|
||||
prompt-color = #f38ba8
|
||||
selection-color = #f9e2af
|
||||
background-color = #1e1e2eAA
|
||||
|
||||
#
|
||||
### Behaviour
|
||||
#
|
||||
hide-cursor = true
|
||||
history = true
|
Loading…
x
Reference in New Issue
Block a user