added fuzzel config; modified cargo config; modified sway config to use fuzzel
This commit is contained in:
parent
f055bfbedc
commit
500b47fd9a
@ -1,3 +1,6 @@
|
|||||||
|
[net]
|
||||||
|
git-fetch-with-cli = true
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
linker = "gcc"
|
linker = "gcc"
|
||||||
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||||
|
8
noire-carnation/config/fuzzel/fuzzel.ini
Normal file
8
noire-carnation/config/fuzzel/fuzzel.ini
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
font=Ubuntu Mono
|
||||||
|
icons-enabled=false
|
||||||
|
|
||||||
|
[colors]
|
||||||
|
background=2d353bff
|
||||||
|
selection=a7c080ff
|
||||||
|
text=d3c6aaff
|
||||||
|
selection-text=2d353bff
|
@ -23,7 +23,7 @@ DLAGENTS=('file::/usr/bin/curl -qgC - -o %o %u'
|
|||||||
|
|
||||||
#-- The package required by makepkg to download VCS sources
|
#-- The package required by makepkg to download VCS sources
|
||||||
# Format: 'protocol::package'
|
# Format: 'protocol::package'
|
||||||
VCSCLIENTS=('bzr::bzr'
|
VCSCLIENTS=('bzr::breezy'
|
||||||
'fossil::fossil'
|
'fossil::fossil'
|
||||||
'git::git'
|
'git::git'
|
||||||
'hg::mercurial'
|
'hg::mercurial'
|
||||||
|
@ -104,12 +104,12 @@ bindsym $mod+Shift+space floating toggle
|
|||||||
bindsym $mod+space focus mode_toggle
|
bindsym $mod+space focus mode_toggle
|
||||||
|
|
||||||
# lock screen
|
# lock screen
|
||||||
# bindsym --release $mod+Shift+l exec swaylock
|
bindsym --release $mod+escape exec swaylock-blur
|
||||||
|
|
||||||
# tools
|
# tools
|
||||||
bindsym $mod+t exec kitty
|
bindsym $mod+t exec kitty
|
||||||
bindsym $mod+d exec wofi
|
bindsym $mod+d exec fuzzel
|
||||||
bindsym $mod+w exec clipman pick -t wofi
|
bindsym $mod+w exec clipman pick --tool=CUSTOM --tool-args="fuzzel -d -w 60"
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+h focus left
|
||||||
@ -200,6 +200,6 @@ exec discord
|
|||||||
exec ibus-daemon -rxR
|
exec ibus-daemon -rxR
|
||||||
|
|
||||||
# window rules
|
# window rules
|
||||||
|
|
||||||
for_window [app_id="org.kde.polkit-kde-authentication-agent-1"] floating enable
|
for_window [app_id="org.kde.polkit-kde-authentication-agent-1"] floating enable
|
||||||
for_window [app_id="org.freedesktop.impl.portal.desktop.kde"] floating enable
|
for_window [app_id="org.freedesktop.impl.portal.desktop.kde"] floating enable
|
||||||
for_window [title="meower"] floating enable; resize set 600 450;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user